not-found.tsx 107 B

12345
  1. import { Page404 } from "@/widgets/404";
  2. export default function NotFoundPage() {
  3. return <Page404 />;
  4. }